home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / mdm-2.000 / mdm-2 / modem.cfg < prev    next >
Text File  |  1993-10-10  |  769b  |  42 lines

  1. # This is the main Modem CONFIG file 
  2. # it should be /etc/default/modem
  3. #
  4. # This is the SPEED that the modem is initialised at.
  5. #
  6. SPEED 2400
  7. #
  8. # Defined LOCKED if you have a constant speed modem
  9. #
  10. #LOCKED
  11. #
  12. # Set this if you have an error correcting modem
  13. #ERRORCORRECT
  14. #
  15. # Default rows/cols
  16. #
  17. ROWS 24
  18. COLS 80
  19. #
  20. # Set this if you want to send /etc/issue before login
  21. #
  22. ISSUE
  23. #
  24. # Default Initialisation string
  25. # Use | for CR's
  26. #
  27. INIT ATZ|
  28. #
  29. # Once a CONNECT message has been recieved
  30. # the server will wait for a CR, ignoring garbage, timing out
  31. # (This is mainly for Modems without MNP)
  32. # The timeout defaults to 10 seconds
  33. #
  34. # This will set the timeout to 30 seconds
  35. #TIMEOUT 30
  36. #
  37. # The timeout waiting for the connect string
  38. # The default is 2 seconds
  39. #
  40. #CONNECT 1
  41. #
  42.